PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / addBeforeFlowContentDrawListener Method
The listener to add.
In This Topic
    addBeforeFlowContentDrawListener Method
    In This Topic
    Adds a listener for the before flow content draw event.
    Syntax
    public void addBeforeFlowContentDrawListener( 
       PDFFlowContentDrawListener listener
    )

    Parameters

    listener
    The listener to add.
    Exceptions
    ExceptionDescription
    When listener is null.
    See Also